Xbasic

A5.HAS_METHOD Function

Syntax

Result_Flag as L = .Has_Method(C method_name)

Arguments

method_name

The name of the method you wish to find.

Description

The A5.HAS_METHOD() method returns .T. (TRUE) if the method is supported; otherwise, it returns .F. (FALSE).

Example

? a5.has_method("get_name")
= .T.